ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown<T> Class / ClickAction Property

In This Topic
    ClickAction Property (DropDown<T>)
    In This Topic
    Gets or sets a value that specifies the action to perform when the user clicks the input element in the control.
    Syntax
    'Declaration
     
    Public Property ClickAction As ClickAction
    public ClickAction ClickAction {get; set;}
    See Also